# Common contextual ```{eval-rst} .. py:function:: changeEntityColor(entity, ChangeEntityColor) :nocontentsentry: Color: Choose the color for the object representation | Alias: changeEC | Constraints: User interface :param [Entity] entity: Entity/Entities to apply the command :param str ChangeEntityColor: Color in hexadecimal value, for example #ffffff. ``` ```{eval-rst} .. py:function:: changeIPMode(entity, ChangeIPMode) :nocontentsentry: IP mode: Selection of integration point to draw for element results with thin mode | Constraints: User interface :param [Entity] entity: Entity/Entities to apply the command :param Enumerate: { IPNumber, IPMax, IPMin, IPMixed } ChangeIPMode: IP Mode. ``` ```{eval-rst} .. py:function:: changeUniqueIP(entity, ChangeUniqueIP) :nocontentsentry: IP results: Integration point to draw for element results with thin mode | Constraints: User interface :param [Entity] entity: Entity/Entities to apply the command :param int ChangeUniqueIP: IP Number. ``` ```{eval-rst} .. py:function:: changeViewStyle(entity, ChangeViewStyleType) :nocontentsentry: Show Enhanced Mesh: | Alias: changeVS | Constraints: User interface :param [Entity] entity: Entity/Entities to apply the command :param Enumerate: { Texture, Opaque, Translucent, Wire, Hide, ShowMesh, ShowMesh3D } ChangeViewStyleType: Type of view style to change. ``` ```{eval-rst} .. py:function:: reportEntities(entity) :nocontentsentry: Generate report: Generate entities report | Constraints: User interface :param [Entity] entity: Entity/Entities to apply the command ``` ```{eval-rst} .. py:function:: showAttribute(entity, ShowCheckBoxType, ShowCheckBoxFlag) :nocontentsentry: Elements: Show the finite elements numbering | Alias: showAttr | Constraints: User interface :param [Entity] entity: Entity/Entities to apply the command :param Enumerate: { Name, AuxName, AuxPoint, AuxCurve, AuxWire, AuxFace, AuxShell, AuxVolume, NodesName, FEName } ShowCheckBoxType: Type of checkbox to change. :param bool ShowCheckBoxFlag: New value of the checkbox. ```